Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

folder flattening, enabled single-execution #41

Merged
merged 1 commit into from
Dec 22, 2019

Conversation

jmuchovej
Copy link
Member

Folder flattening

To make the code easier to navigate and generally more intelligible, I've flattened the codebase and moved most of the submodules of lib out into the main autobot source folder.

Single-execution

Fixes #28, enables someone to execute one specific meeting rather than have to iterate over all of the semester's meetings. Command structure has also been re-ordered as there are multiple subparsers, now – for each subcommand (e.g. semester-upkeep).

Rewrote README

  • added installation instructions
  • modified code-structure to more accurately convey internal structure
  • re-arranged to put all development-related sections together

**Folder flattening:** To make the code easier to navigate and generally
more intelligible, I've flattened the codebase and moved most of the
submodules of `lib` out into the main `autobot` source folder.

**Single-exection:** Fixes #28, enables someone to execute one specific
meeting rather than have to iterate over all of the semester's meetings.
Command structure has also been re-ordered as there are multiple
`subparsers`, now – for each subcommand (e.g. `semester-upkeep`).
@jmuchovej jmuchovej added 🔑 required Tasks that **need** to be completed, ASAP. 🎆 feature-request labels Dec 22, 2019
@jmuchovej jmuchovej added this to the Winter 2019 Upgrade milestone Dec 22, 2019
@jmuchovej jmuchovej requested review from bb912 and SirRoboto December 22, 2019 20:09
@jmuchovej jmuchovej self-assigned this Dec 22, 2019
@jmuchovej jmuchovej merged commit 7387307 into master Dec 22, 2019
@jmuchovej jmuchovej deleted the ionlights-dir-flatten-and-single-exe branch December 22, 2019 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎆 feature-request 🔑 required Tasks that **need** to be completed, ASAP.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[semester-upkeep] Enable single-meeting compilation
1 participant